Search
ObservableCollection(T).AddRange Method
See Also
 





Adds the specified objects to the end of the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AddRange (
    ICollection<T> items
)

Visual Basic  Copy Code

Public Sub AddRange( _
    items As ICollection(Of T) _
)

 Parameters

items

The objects to add.

 See Also